home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 24 / AACD 24.iso / AACD / Online / Epic4 / share / epic / help / 2_queries / flush < prev    next >
Text File  |  2001-03-21  |  819b  |  21 lines

  1. Synopsis:
  2.    flush
  3.  
  4. Description:
  5.    This discards any data pending in the client's hold buffer when HOLD_MODE
  6.    is on (and HOLD_MODE is then turned off).  This includes server messages,
  7.    and messages generated internally by the client (such as by NOTIFY).  The
  8.    client then discards all server messages received, until one full second
  9.    passes without receiving anything from the server.  It is most useful for
  10.    flushing server output from commands that generate a lengthy reply, such
  11.    as LINKS or LIST or WHO.
  12.  
  13. See Also:
  14.    set(4) hold_mode
  15.  
  16. Other Notes:
  17.    FLUSH is a blocking command (meaning the client can't do anything until
  18.    the command is done), so it may cause the client to ping timeout from
  19.    your server.  It does not actually tell the server to stop sending data.
  20.  
  21.